.footer {
  max-height: 430px;
  width: 100%;
  min-width: 1190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: #1c1f37;
  color: #c2c2c2;
  margin-top: 40px;
}
.footer a {
  color: #c2c2c2;
}
.footer a:hover {
  color: #fff !important;
}
.footer.login-footer {
  height: 272px;
}
.footer .footer-content {
  width: 1190px;
  height: auto;
  position: relative;
  color: #c2c2c2;
  text-align: left;
}
.footer .footer-content .quick-link {
  color: #c2c2c2;
  width: 1190px;
  height: 63px;
  margin-top: 20px;
  line-height: 63px;
  font-size: 12px;
}
.footer .footer-content .quick-link.hide {
  visibility: hidden;
  height: 0;
}
.footer .footer-content .contact-information {
  color: #c2c2c2;
  width: 1190px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}
.footer .footer-content .contact-information > span {
  width: 500px;
  height: 31px;
  display: flex;
  align-items: center;
}
.footer .footer-content .contact-information > span img {
  width: 25px;
  height: 25px;
  margin-right: 9px;
}
.footer .footer-content .copyright {
  width: 1190px;
  color: #7b7b7b;
  font-size: 12px;
}
.footer .footer-content .copyright a {
  color: #909090;
  font-size: 12px;
  line-height: 20px;
}
.footer .footer-content .des {
  width: 1190px;
  height: 44px;
  color: #7b7b7b;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 37px 0;
}
.footer .footer-content .des .emblem {
  width: 14px;
  height: 16px;
}
.footer .footer-content .des .icon {
  width: 58px;
  height: 20px;
}
.footer .footer-content .des span {
  display: flex;
  align-items: center;
}
.footer .footer-content .des span a {
  color: #7b7b7b;
}
.footer .footer-content .des span img {
  cursor: pointer;
  margin: 0px 6px;
}
.footer .footer-content .friendly-link {
  width: 1190px;
  color: #c2c2c2;
  font-size: 12px;
  border-top: 1px solid #494949;
  height: 55px;
  line-height: 55px;
  white-space: nowrap;
  z-index: 1;
  display: flex;
  align-items: center;
}
.footer .footer-content .friendly-link .friendly-content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-content .friendly-link .friendly-content .links-container {
  flex: 1;
  max-width: 1100px;
  overflow: hidden;
  /*width: max-content;*/
}
.footer .footer-content .friendly-link .friendly-content .links-container .links-content {
  width: max-content;
}
.footer .footer-content .friendly-link .friendly-content .triangle {
  height: 0;
  width: 0;
  border: 5px solid transparent;
  z-index: 2;
  cursor: pointer;
}
.footer .footer-content .friendly-link .friendly-content .triangle.left {
  border-right-color: #B4B4B7;
}
.footer .footer-content .friendly-link .friendly-content .triangle.right {
  border-left-color: #B4B4B7;
}
.footer .footer-content .friendly-link .friendly-content .triangle.hidden {
  visibility: hidden;
}
.footer .footer-content .item {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 120px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: -1px;
}
.footer .footer-content .item.right {
  top: 40px;
  right: 20px;
}
.footer .footer-content .item.right img {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}
.footer .footer-content .item.left {
  top: 40px;
  right: 140px;
}
.footer .footer-content .item span {
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #c2c2c2;
}
/*# sourceMappingURL=footer.css.map */